home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / recio215.zip / MANIFEST < prev    next >
Text File  |  1996-10-26  |  3KB  |  72 lines

  1. recio, Version 2.15, Release October 26, 1996.
  2. Copyright (C) 1994-1996, William Pierpoint.
  3.  
  4. This release contains the following files:
  5.  
  6. Administrative Information:
  7. README        Introductory remarks
  8. MANIFEST    This file - list of all files
  9. COPYRITE    Copyright notice
  10. HISTORY         History of changes to recio source code
  11. PORTABLE    Tips for compiling recio on different compilers
  12. FILE_ID.DIZ     Short description used by some archive sites
  13.  
  14. Documentation:
  15. TUTOR.TXT    Tutorial introduction to the recio library
  16. USAGE.TXT    Standard usage guide
  17. SPEC.TXT    Specification
  18. DESIGN.TXT    Design and development notes
  19. TIPS.TXT    Tips and ideas on using recio functions
  20.  
  21. Test and Example Programs:
  22. DIF.EXE         Locates first difference between files (see TUTOR.TXT)
  23. MKTEST.BAT    Makes all test programs
  24. TEST.BAT        Regression test
  25. TESTCHG.C    Character delimited input test source
  26. TESTCHP.C    Character delimited output test source
  27. TESTCOG.C    Column delimited input test source
  28. TESTCOP.C    Column delimited output test source
  29. TESTCHG.DAT     Baseline input test data for TESTCHG.EXE
  30. TESTCOG.DAT     Baseline input test data for TESTCOG.EXE
  31. TESTCHG.OUT     Baseline output test results from TESTCHG.DAT
  32. TESTCHP.OUT     Baseline output test results from TESTCHP.DAT
  33. TESTCOG.OUT     Baseline output test results from TESTCOG.DAT
  34. TESTCOP.OUT     Baseline output test results from TESTCOP.DAT
  35. TESTCHG.EXE    Program tests character delimited input field functions
  36.  
  37. Libraries:
  38. RECIOS.LIB    recio small memory model library
  39. RECIOL.LIB    recio large memory model library
  40.  
  41. Source:
  42. MAKEFILE    Makefile to make recio C library
  43. MKLIBALL.BAT    Makes all recio C libraries (all memory models)
  44. RECIO.H         C header for recio library
  45. RBGET.C         C source for reading char-delim integral numbers
  46. RBPUT.C         C source for writing char-delim integral numbers
  47. RCBGET.C    C source for reading col-delim integral numbers
  48. RCBPUT.C        C source for writing col-delim integral numbers
  49. RCGETF.C        C source for reading col-delim floating point numbers 
  50. RCGETS.C        C source for reading col-delim char and string data
  51. RCGETT.C        C source for reading col-delim date/time data
  52. RCPUTF.C        C source for writing col-delim floating point numbers 
  53. RCPUTS.C        C source for writing col-delim char and string data
  54. RCPUTT.C        C source for writing col-delim date/time data
  55. RECIO.C         C source for all other recio functions
  56. REMSG.C         C source for simple error message functions
  57. RERR.C          C source for error functions
  58. RFIX.C          C source for functions that fix input data errors
  59. RGET.C          C source for reading records
  60. RGETF.C         C source for reading char-delim floating point numbers
  61. RGETS.C         C source for reading char-delim char and string data
  62. RGETT.C         C source for reading char-delim date/time data
  63. RPUT.C          C source for writing records
  64. RPUTF.C         C source for writing char-delim floating point numbers 
  65. RPUTS.C         C source for writing char-delim char and string data 
  66. RPUTT.C         C source for writing char-delim date/time data 
  67. RSTR.C          C source for essential string functions
  68. RSTRDYN.C       C source for dynamic string functions
  69. RSTRSUP.C       C source for supplemental string functions
  70. RWARN.C         C source for warning functions
  71. RWMSG.C         C source for simple warning message functions
  72.